﻿2026-08-03T04:28:24.9259843Z ##[group]Run set -euo pipefail
2026-08-03T04:28:24.9260248Z [36;1mset -euo pipefail[0m
2026-08-03T04:28:24.9260506Z [36;1mPIN=0c95435[0m
2026-08-03T04:28:24.9260754Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-08-03T04:28:24.9261069Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-08-03T04:28:24.9261492Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-08-03T04:28:24.9262011Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-08-03T04:28:24.9262514Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-08-03T04:28:24.9262891Z [36;1m  rm -rf "$CACHE"[0m
2026-08-03T04:28:24.9263125Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-08-03T04:28:24.9263392Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-08-03T04:28:24.9263721Z [36;1m  # CARGO_INCREMENTAL=0 — THE one-shot build in this workflow (releases#103:[0m
2026-08-03T04:28:24.9264136Z [36;1m  # -29.8% wall, -5.65 GB of target, n=3, slowest-OFF beat fastest-ON). The[0m
2026-08-03T04:28:24.9264561Z [36;1m  # finding is scoped to COLD one-shot builds and this is the only CI site that[0m
2026-08-03T04:28:24.9264972Z [36;1m  # is one: the cache is `rm -rf`'d and rebuilt from scratch when the pin moves,[0m
2026-08-03T04:28:24.9265540Z [36;1m  # and between pin moves it is consumed as a BINARY and never recompiled — so[0m
2026-08-03T04:28:24.9265954Z [36;1m  # the incremental state it would write is never read by anything, ever. Every[0m
2026-08-03T04:28:24.9266359Z [36;1m  # other cargo invocation in this workflow builds into the runner's PERSISTENT[0m
2026-08-03T04:28:24.9266770Z [36;1m  # `_work` target, where incremental is the mechanism that makes the next run[0m
2026-08-03T04:28:24.9267152Z [36;1m  # cheap; those are deliberately left alone.[0m
2026-08-03T04:28:24.9267515Z [36;1m  CARGO_INCREMENTAL=0 bash .github/bench/wrap.sh n1-oldbroker-build -- \[0m
2026-08-03T04:28:24.9267924Z [36;1m    cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-08-03T04:28:24.9268243Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-08-03T04:28:24.9268468Z [36;1mfi[0m
2026-08-03T04:28:24.9268722Z [36;1mSPT_N1_OLD_BROKER="$BIN" bash .github/bench/wrap.sh n1-pairing -- \[0m
2026-08-03T04:28:24.9269165Z [36;1m  cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-08-03T04:28:24.9280616Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T04:28:24.9280897Z env:
2026-08-03T04:28:24.9281068Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-03T04:28:24.9281416Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30784469908-1-lcAUam
2026-08-03T04:28:24.9281846Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30784469908-1-lcAUam
2026-08-03T04:28:24.9282245Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30784469908-1-lcAUam
2026-08-03T04:28:24.9282641Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30784469908-1-lcAUam
2026-08-03T04:28:24.9282974Z ##[endgroup]
2026-08-03T04:28:25.2424658Z    Compiling proc-macro2 v1.0.106
2026-08-03T04:28:25.2425328Z    Compiling unicode-ident v1.0.24
2026-08-03T04:28:25.2425737Z    Compiling quote v1.0.45
2026-08-03T04:28:25.2426314Z    Compiling libc v0.2.186
2026-08-03T04:28:25.2426686Z    Compiling serde_core v1.0.228
2026-08-03T04:28:25.2427088Z    Compiling cfg-if v1.0.4
2026-08-03T04:28:25.2449068Z    Compiling serde v1.0.228
2026-08-03T04:28:25.2480203Z    Compiling typenum v1.20.1
2026-08-03T04:28:25.2522843Z    Compiling log v0.4.32
2026-08-03T04:28:25.2523657Z    Compiling portable-atomic v1.13.1
2026-08-03T04:28:25.2558434Z    Compiling pin-project-lite v0.2.17
2026-08-03T04:28:25.2584078Z    Compiling memchr v2.8.1
2026-08-03T04:28:25.2665820Z    Compiling version_check v0.9.5
2026-08-03T04:28:25.2666769Z    Compiling critical-section v1.2.0
2026-08-03T04:28:25.2756177Z    Compiling find-msvc-tools v0.1.9
2026-08-03T04:28:25.2926036Z    Compiling shlex v2.0.1
2026-08-03T04:28:25.3208142Z    Compiling subtle v2.6.1
2026-08-03T04:28:25.3532444Z    Compiling bytes v1.11.1
2026-08-03T04:28:25.3707761Z    Compiling futures-core v0.3.32
2026-08-03T04:28:25.4791415Z    Compiling smallvec v1.15.1
2026-08-03T04:28:25.4982289Z    Compiling equivalent v1.0.2
2026-08-03T04:28:25.5121297Z    Compiling itoa v1.0.18
2026-08-03T04:28:25.5294722Z    Compiling semver v1.0.28
2026-08-03T04:28:25.5475263Z    Compiling stable_deref_trait v1.2.1
2026-08-03T04:28:25.5534686Z    Compiling futures-io v0.3.32
2026-08-03T04:28:25.5640576Z    Compiling futures-sink v0.3.32
2026-08-03T04:28:25.5715504Z    Compiling slab v0.4.12
2026-08-03T04:28:25.6212150Z    Compiling rand_core v0.10.1
2026-08-03T04:28:25.6591447Z    Compiling futures-channel v0.3.32
2026-08-03T04:28:25.6680980Z    Compiling generic-array v0.14.7
2026-08-03T04:28:25.7241026Z    Compiling futures-task v0.3.32
2026-08-03T04:28:25.7254960Z    Compiling bitflags v2.12.1
2026-08-03T04:28:25.7410522Z    Compiling rustversion v1.0.22
2026-08-03T04:28:25.7567234Z    Compiling getrandom v0.4.2
2026-08-03T04:28:25.7986077Z    Compiling hashbrown v0.17.1
2026-08-03T04:28:25.8477717Z    Compiling cpufeatures v0.2.17
2026-08-03T04:28:25.8740624Z    Compiling rustc_version v0.4.1
2026-08-03T04:28:25.9047865Z    Compiling fnv v1.0.7
2026-08-03T04:28:25.9110129Z    Compiling strsim v0.11.1
2026-08-03T04:28:25.9389680Z    Compiling cfg_aliases v0.2.1
2026-08-03T04:28:25.9794902Z    Compiling writeable v0.6.3
2026-08-03T04:28:25.9860370Z    Compiling litemap v0.8.2
2026-08-03T04:28:26.0190815Z    Compiling dunce v1.0.5
2026-08-03T04:28:26.0230538Z    Compiling icu_normalizer_data v2.2.0
2026-08-03T04:28:26.0231177Z    Compiling fs_extra v1.3.0
2026-08-03T04:28:26.0891033Z    Compiling utf8_iter v1.0.4
2026-08-03T04:28:26.1810863Z    Compiling ident_case v1.0.1
2026-08-03T04:28:26.1991469Z    Compiling icu_properties_data v2.2.0
2026-08-03T04:28:26.2291073Z    Compiling autocfg v1.5.1
2026-08-03T04:28:26.2620736Z    Compiling percent-encoding v2.3.2
2026-08-03T04:28:26.2799657Z    Compiling http v1.4.1
2026-08-03T04:28:26.2923644Z    Compiling aws-lc-rs v1.17.0
2026-08-03T04:28:26.3815813Z    Compiling cpufeatures v0.3.0
2026-08-03T04:28:26.3912671Z    Compiling unicode-segmentation v1.13.3
2026-08-03T04:28:26.4371331Z    Compiling thiserror v2.0.18
2026-08-03T04:28:26.4591112Z    Compiling scopeguard v1.2.0
2026-08-03T04:28:26.5071826Z    Compiling indexmap v2.14.0
2026-08-03T04:28:26.5281220Z    Compiling lock_api v0.4.14
2026-08-03T04:28:26.5398609Z    Compiling form_urlencoded v1.2.2
2026-08-03T04:28:26.5535361Z    Compiling untrusted v0.9.0
2026-08-03T04:28:26.5642317Z    Compiling rustls v0.23.40
2026-08-03T04:28:26.6380840Z    Compiling syn v2.0.117
2026-08-03T04:28:26.6620865Z    Compiling hybrid-array v0.4.12
2026-08-03T04:28:26.7080459Z    Compiling heck v0.5.0
2026-08-03T04:28:26.7186226Z    Compiling const-oid v0.10.2
2026-08-03T04:28:26.7498131Z    Compiling unicode-xid v0.2.6
2026-08-03T04:28:26.7700577Z    Compiling atomic-waker v1.1.2
2026-08-03T04:28:26.7770874Z    Compiling anyhow v1.0.102
2026-08-03T04:28:26.8022844Z    Compiling fastrand v2.4.1
2026-08-03T04:28:26.8114739Z    Compiling parking_lot_core v0.9.12
2026-08-03T04:28:26.8319216Z    Compiling paste v1.0.15
2026-08-03T04:28:26.8730765Z    Compiling convert_case v0.10.0
2026-08-03T04:28:26.9630895Z    Compiling httparse v1.10.1
2026-08-03T04:28:26.9697713Z    Compiling zerocopy v0.8.50
2026-08-03T04:28:26.9817452Z    Compiling num-traits v0.2.19
2026-08-03T04:28:27.0197285Z    Compiling jobserver v0.1.34
2026-08-03T04:28:27.0823172Z    Compiling curve25519-dalek v4.1.3
2026-08-03T04:28:27.0941415Z    Compiling ahash v0.8.12
2026-08-03T04:28:27.1030119Z    Compiling either v1.16.0
2026-08-03T04:28:27.1841241Z    Compiling base64ct v1.8.3
2026-08-03T04:28:27.2189774Z    Compiling powerfmt v0.2.0
2026-08-03T04:28:27.3240801Z    Compiling cc v1.2.63
2026-08-03T04:28:27.3460644Z    Compiling http-body v1.0.1
2026-08-03T04:28:27.3734084Z    Compiling crypto-common v0.2.2
2026-08-03T04:28:27.3930792Z    Compiling block-buffer v0.12.0
2026-08-03T04:28:27.4050673Z    Compiling inout v0.2.2
2026-08-03T04:28:27.4214240Z    Compiling crypto-common v0.1.7
2026-08-03T04:28:27.4484484Z    Compiling block-buffer v0.10.4
2026-08-03T04:28:27.4653570Z    Compiling deranged v0.5.8
2026-08-03T04:28:27.5390882Z    Compiling pem-rfc7468 v1.0.0
2026-08-03T04:28:27.5461234Z    Compiling digest v0.10.7
2026-08-03T04:28:27.5528498Z    Compiling vcpkg v0.2.15
2026-08-03T04:28:27.5590704Z    Compiling pkg-config v0.3.33
2026-08-03T04:28:27.5643319Z    Compiling time-core v0.1.8
2026-08-03T04:28:27.6920715Z    Compiling mio v1.2.1
2026-08-03T04:28:27.7150795Z    Compiling socket2 v0.6.4
2026-08-03T04:28:27.7380183Z    Compiling getrandom v0.2.17
2026-08-03T04:28:27.8740897Z    Compiling base64 v0.22.1
2026-08-03T04:28:27.9600965Z    Compiling uuid v1.23.2
2026-08-03T04:28:28.0110753Z    Compiling rand_core v0.6.4
2026-08-03T04:28:28.0180585Z    Compiling num-conv v0.2.2
2026-08-03T04:28:28.0460926Z    Compiling tower-service v0.3.3
2026-08-03T04:28:28.1290995Z    Compiling zmij v1.0.21
2026-08-03T04:28:28.1810663Z    Compiling tinyvec_macros v0.1.1
2026-08-03T04:28:28.1880640Z    Compiling try-lock v0.2.5
2026-08-03T04:28:28.2060892Z    Compiling data-encoding v2.11.0
2026-08-03T04:28:28.2250526Z    Compiling tinyvec v1.11.0
2026-08-03T04:28:28.2460746Z    Compiling parking_lot v0.12.5
2026-08-03T04:28:28.2714968Z    Compiling want v0.3.1
2026-08-03T04:28:28.2890859Z    Compiling sha2 v0.10.9
2026-08-03T04:28:28.3547713Z    Compiling cipher v0.5.2
2026-08-03T04:28:28.4400471Z    Compiling inout v0.1.4
2026-08-03T04:28:28.4641823Z    Compiling spt-procident v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-03T04:28:28.4670660Z    Compiling vergen-lib v9.1.0
2026-08-03T04:28:28.4897383Z    Compiling n0-future v0.3.2
2026-08-03T04:28:28.5750911Z    Compiling cmake v0.1.58
2026-08-03T04:28:28.6184707Z    Compiling chacha20 v0.10.0
2026-08-03T04:28:28.6308375Z    Compiling parking v2.2.1
2026-08-03T04:28:28.6761355Z    Compiling winnow v1.0.3
2026-08-03T04:28:28.7107450Z    Compiling signature v2.2.0
2026-08-03T04:28:28.7490219Z    Compiling httpdate v1.0.3
2026-08-03T04:28:28.8036876Z    Compiling cordyceps v0.3.4
2026-08-03T04:28:28.8158051Z    Compiling diatomic-waker v0.2.3
2026-08-03T04:28:28.8379227Z    Compiling crossbeam-utils v0.8.21
2026-08-03T04:28:28.8799259Z    Compiling spin v0.10.0
2026-08-03T04:28:28.9430362Z    Compiling rand v0.10.1
2026-08-03T04:28:28.9532801Z    Compiling serde_json v1.0.150
2026-08-03T04:28:28.9702456Z    Compiling ed25519 v2.2.3
2026-08-03T04:28:28.9826989Z    Compiling futures-lite v2.6.1
2026-08-03T04:28:29.0113928Z    Compiling spt-poolguard v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-03T04:28:29.0726341Z    Compiling cipher v0.4.4
2026-08-03T04:28:29.1091538Z    Compiling digest v0.11.3
2026-08-03T04:28:29.1226436Z    Compiling netlink-packet-core v0.8.1
2026-08-03T04:28:29.1441465Z    Compiling futures-buffered v0.2.13
2026-08-03T04:28:29.1591512Z    Compiling universal-hash v0.5.1
2026-08-03T04:28:29.1668624Z    Compiling vergen v9.1.0
2026-08-03T04:28:29.2730704Z    Compiling vergen-lib v0.1.6
2026-08-03T04:28:29.2966062Z    Compiling heapless v0.7.17
2026-08-03T04:28:29.3150677Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-03T04:28:29.3790826Z    Compiling noq-udp v0.10.0
2026-08-03T04:28:29.4026968Z    Compiling sync_wrapper v1.0.2
2026-08-03T04:28:29.4426217Z    Compiling byteorder v1.5.0
2026-08-03T04:28:29.4639997Z    Compiling allocator-api2 v0.2.21
2026-08-03T04:28:29.4731222Z    Compiling aws-lc-sys v0.41.0
2026-08-03T04:28:29.4830718Z    Compiling ring v0.17.14
2026-08-03T04:28:29.4998932Z    Compiling libsqlite3-sys v0.30.1
2026-08-03T04:28:29.5161792Z    Compiling opaque-debug v0.3.1
2026-08-03T04:28:29.5232098Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-03T04:28:29.5453333Z    Compiling polyval v0.6.2
2026-08-03T04:28:29.5753497Z    Compiling spt-store v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-03T04:28:29.6658917Z    Compiling hash32 v0.2.1
2026-08-03T04:28:29.7868187Z    Compiling vergen-gitcl v1.0.8
2026-08-03T04:28:29.8133683Z    Compiling spin v0.9.8
2026-08-03T04:28:29.8791373Z    Compiling num_threads v0.1.7
2026-08-03T04:28:29.9077390Z    Compiling tower-layer v0.3.3
2026-08-03T04:28:29.9360668Z    Compiling fallible-iterator v0.3.0
2026-08-03T04:28:29.9400552Z    Compiling ryu v1.0.23
2026-08-03T04:28:29.9884751Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-03T04:28:30.0182988Z    Compiling signature v3.0.0
2026-08-03T04:28:30.0610723Z    Compiling time v0.3.47
2026-08-03T04:28:30.1053688Z    Compiling ghash v0.5.1
2026-08-03T04:28:30.1314766Z    Compiling aes v0.8.4
2026-08-03T04:28:30.1380819Z    Compiling ctr v0.9.2
2026-08-03T04:28:30.1430847Z    Compiling sha2 v0.11.0-rc.5
2026-08-03T04:28:30.2341653Z    Compiling fs2 v0.4.3
2026-08-03T04:28:30.3180043Z    Compiling aead v0.5.2
2026-08-03T04:28:30.3245647Z    Compiling http-body-util v0.1.3
2026-08-03T04:28:30.3683222Z    Compiling utf8parse v0.2.2
2026-08-03T04:28:30.3993057Z    Compiling openssl-probe v0.2.1
2026-08-03T04:28:30.4262504Z    Compiling arrayvec v0.7.6
2026-08-03T04:28:30.4450639Z    Compiling rustix v1.1.4
2026-08-03T04:28:30.5910401Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-03T04:28:30.6011184Z    Compiling crossbeam-channel v0.5.15
2026-08-03T04:28:30.6171257Z    Compiling crossbeam-epoch v0.9.18
2026-08-03T04:28:30.6450711Z    Compiling blake3 v1.8.5
2026-08-03T04:28:30.7197541Z    Compiling aes-gcm v0.10.3
2026-08-03T04:28:30.7198787Z    Compiling netlink-packet-route v0.29.0
2026-08-03T04:28:30.8917323Z    Compiling memoffset v0.6.5
2026-08-03T04:28:30.9097638Z    Compiling acto v0.8.2
2026-08-03T04:28:30.9651627Z    Compiling noq v0.18.0
2026-08-03T04:28:31.0121762Z    Compiling netwatch v0.16.0
2026-08-03T04:28:31.0580814Z    Compiling sorted-index-buffer v0.2.1
2026-08-03T04:28:31.0710606Z    Compiling linux-raw-sys v0.12.1
2026-08-03T04:28:31.0871279Z    Compiling thiserror v1.0.69
2026-08-03T04:28:31.1971082Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-03T04:28:31.2016622Z    Compiling lru-slab v0.1.2
2026-08-03T04:28:31.2704807Z    Compiling ref-cast v1.0.25
2026-08-03T04:28:31.3156933Z    Compiling synstructure v0.13.2
2026-08-03T04:28:31.3271409Z    Compiling darling_core v0.20.11
2026-08-03T04:28:31.3396833Z    Compiling mac-addr v0.3.0
2026-08-03T04:28:31.4719714Z    Compiling foldhash v0.2.0
2026-08-03T04:28:31.5304083Z    Compiling xml-rs v0.8.28
2026-08-03T04:28:31.5375803Z    Compiling identity-hash v0.1.0
2026-08-03T04:28:31.5473457Z    Compiling tagptr v0.2.0
2026-08-03T04:28:31.5939377Z    Compiling rustc-hash v2.1.2
2026-08-03T04:28:31.6240986Z    Compiling hashbrown v0.16.1
2026-08-03T04:28:31.7203723Z    Compiling serde_derive_internals v0.29.1
2026-08-03T04:28:31.8575641Z    Compiling netlink-packet-route v0.30.0
2026-08-03T04:28:32.0165252Z    Compiling proc-macro-crate v3.5.0
2026-08-03T04:28:32.3529875Z    Compiling xmltree v0.10.3
2026-08-03T04:28:32.4824305Z    Compiling serial-core v0.4.0
2026-08-03T04:28:32.5109595Z    Compiling termios v0.2.2
2026-08-03T04:28:32.5213628Z    Compiling ioctl-rs v0.1.6
2026-08-03T04:28:32.5494391Z    Compiling errno v0.3.14
2026-08-03T04:28:32.5738711Z    Compiling simple-dns v0.9.3
2026-08-03T04:28:32.6058830Z    Compiling aho-corasick v1.1.4
2026-08-03T04:28:32.6570279Z    Compiling sha1_smol v1.0.1
2026-08-03T04:28:32.6570944Z    Compiling signal-hook v0.3.18
2026-08-03T04:28:32.6867305Z    Compiling toml_write v0.1.2
2026-08-03T04:28:32.7700397Z    Compiling arrayref v0.3.9
2026-08-03T04:28:32.7880883Z    Compiling resolv-conf v0.7.6
2026-08-03T04:28:32.8140534Z    Compiling constant_time_eq v0.4.2
2026-08-03T04:28:32.8470433Z    Compiling simdutf8 v0.1.5
2026-08-03T04:28:32.8884460Z    Compiling regex-syntax v0.8.10
2026-08-03T04:28:32.8994652Z    Compiling smol_str v0.1.24
2026-08-03T04:28:32.9797389Z    Compiling winnow v0.7.15
2026-08-03T04:28:33.1260871Z    Compiling signal-hook-registry v1.4.8
2026-08-03T04:28:33.2160338Z    Compiling serial-unix v0.4.0
2026-08-03T04:28:33.2346563Z    Compiling lru v0.16.4
2026-08-03T04:28:33.2424608Z    Compiling serde_derive v1.0.228
2026-08-03T04:28:33.3963014Z    Compiling zeroize_derive v1.4.3
2026-08-03T04:28:33.4246818Z    Compiling tokio-macros v2.7.0
2026-08-03T04:28:33.4897797Z    Compiling futures-macro v0.3.32
2026-08-03T04:28:33.7985566Z    Compiling zerofrom-derive v0.1.7
2026-08-03T04:28:33.8985203Z    Compiling zeroize v1.8.2
2026-08-03T04:28:34.0640703Z    Compiling yoke-derive v0.8.2
2026-08-03T04:28:34.1481576Z    Compiling tokio v1.52.3
2026-08-03T04:28:34.3902572Z    Compiling futures-util v0.3.32
2026-08-03T04:28:34.6038350Z    Compiling zerovec-derive v0.11.3
2026-08-03T04:28:34.6339971Z    Compiling displaydoc v0.2.6
2026-08-03T04:28:35.0922769Z    Compiling tracing-attributes v0.1.31
2026-08-03T04:28:35.1795633Z    Compiling zerofrom v0.1.8
2026-08-03T04:28:35.2031666Z    Compiling rustls-pki-types v1.14.1
2026-08-03T04:28:35.2766317Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-03T04:28:35.4451069Z    Compiling yoke v0.8.3
2026-08-03T04:28:35.5063091Z    Compiling thiserror-impl v2.0.18
2026-08-03T04:28:35.6340777Z    Compiling zerotrie v0.2.4
2026-08-03T04:28:35.9351207Z    Compiling darling_macro v0.20.11
2026-08-03T04:28:35.9490931Z    Compiling derive_more-impl v2.1.1
2026-08-03T04:28:36.0203928Z    Compiling spez v0.1.2
2026-08-03T04:28:36.0381581Z    Compiling zerovec v0.11.6
2026-08-03T04:28:36.2576111Z    Compiling darling v0.20.11
2026-08-03T04:28:36.3472672Z    Compiling derive_builder_core v0.20.2
2026-08-03T04:28:36.3513654Z    Compiling n0-error-macros v0.1.3
2026-08-03T04:28:36.6592992Z    Compiling der v0.8.0-rc.10
2026-08-03T04:28:36.8794014Z    Compiling tinystr v0.8.3
2026-08-03T04:28:37.0800141Z    Compiling icu_locale_core v2.2.0
2026-08-03T04:28:37.1619857Z    Compiling potential_utf v0.1.5
2026-08-03T04:28:37.2725346Z    Compiling icu_collections v2.2.0
2026-08-03T04:28:37.3421177Z    Compiling n0-error v0.1.3
2026-08-03T04:28:37.4000843Z    Compiling pin-project-internal v1.1.13
2026-08-03T04:28:37.5282320Z    Compiling derive_builder_macro v0.20.2
2026-08-03T04:28:37.6911152Z    Compiling ed25519-dalek v2.2.0
2026-08-03T04:28:37.8206386Z    Compiling derive_builder v0.20.2
2026-08-03T04:28:37.9668851Z    Compiling futures-executor v0.3.32
2026-08-03T04:28:38.0088859Z    Compiling spt-proto v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-03T04:28:38.1514579Z    Compiling spki v0.8.0-rc.4
2026-08-03T04:28:38.2403576Z    Compiling futures v0.3.32
2026-08-03T04:28:38.2962658Z    Compiling icu_provider v2.2.0
2026-08-03T04:28:38.3498804Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-03T04:28:38.3790508Z    Compiling cobs v0.3.0
2026-08-03T04:28:38.3867451Z    Compiling postcard-derive v0.2.2
2026-08-03T04:28:38.5233084Z    Compiling ipnet v2.12.0
2026-08-03T04:28:38.5710691Z    Compiling ed25519 v3.0.0-rc.4
2026-08-03T04:28:38.6934795Z    Compiling icu_normalizer v2.2.0
2026-08-03T04:28:38.7195861Z    Compiling icu_properties v2.2.0
2026-08-03T04:28:38.7890752Z    Compiling pin-project v1.1.13
2026-08-03T04:28:38.8610573Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-03T04:28:38.9337074Z    Compiling prefix-trie v0.8.4
2026-08-03T04:28:39.2899265Z    Compiling once_cell v1.21.4
2026-08-03T04:28:39.2985523Z    Compiling data-encoding-macro v0.1.20
2026-08-03T04:28:39.3020808Z    Compiling rustls-native-certs v0.8.4
2026-08-03T04:28:39.3419164Z    Compiling num_enum_derive v0.7.6
2026-08-03T04:28:39.3528509Z    Compiling enum-assoc v1.3.0
2026-08-03T04:28:39.5315804Z    Compiling tracing-core v0.1.36
2026-08-03T04:28:39.5990917Z    Compiling postcard v1.1.3
2026-08-03T04:28:39.7112176Z    Compiling async-trait v0.1.89
2026-08-03T04:28:39.7191573Z    Compiling strum_macros v0.28.0
2026-08-03T04:28:39.7540979Z    Compiling hashbrown v0.14.5
2026-08-03T04:28:39.7786214Z    Compiling iroh-metrics-derive v0.4.1
2026-08-03T04:28:40.0111854Z    Compiling iroh-relay v0.98.0
2026-08-03T04:28:40.0188379Z    Compiling moka v0.12.15
2026-08-03T04:28:40.1320529Z    Compiling tracing v0.1.44
2026-08-03T04:28:40.2260830Z    Compiling tokio-util v0.7.18
2026-08-03T04:28:40.2997255Z    Compiling idna_adapter v1.2.2
2026-08-03T04:28:40.3387007Z    Compiling derive_more v2.1.1
2026-08-03T04:28:40.3886313Z    Compiling idna v1.1.0
2026-08-03T04:28:40.4161237Z    Compiling netlink-sys v0.8.8
2026-08-03T04:28:40.5161342Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-03T04:28:40.5338630Z    Compiling hashlink v0.9.1
2026-08-03T04:28:40.5785744Z    Compiling tower v0.5.3
2026-08-03T04:28:40.6000754Z    Compiling iroh-metrics v0.38.3
2026-08-03T04:28:40.7470650Z    Compiling netlink-proto v0.12.0
2026-08-03T04:28:40.8280781Z    Compiling url v2.5.8
2026-08-03T04:28:40.9194490Z    Compiling rusqlite v0.32.1
2026-08-03T04:28:40.9358241Z    Compiling netdev v0.42.0
2026-08-03T04:28:40.9359906Z    Compiling num_enum v0.7.6
2026-08-03T04:28:40.9483984Z    Compiling toml_datetime v0.6.11
2026-08-03T04:28:41.0187858Z    Compiling serde_spanned v0.6.9
2026-08-03T04:28:41.0196378Z    Compiling thiserror-impl v1.0.69
2026-08-03T04:28:41.0563078Z    Compiling ref-cast-impl v1.0.25
2026-08-03T04:28:41.2274081Z    Compiling h2 v0.4.14
2026-08-03T04:28:41.3060346Z    Compiling tokio-stream v0.1.18
2026-08-03T04:28:41.4060130Z    Compiling n0-watcher v0.6.1
2026-08-03T04:28:41.5411766Z    Compiling toml_edit v0.22.27
2026-08-03T04:28:41.6754724Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-03T04:28:41.6943421Z    Compiling tower-http v0.6.11
2026-08-03T04:28:41.7960752Z    Compiling attohttpc v0.30.1
2026-08-03T04:28:41.9050735Z    Compiling iroh-base v0.98.0
2026-08-03T04:28:41.9999347Z    Compiling webpki-roots v1.0.7
2026-08-03T04:28:42.0571457Z    Compiling regex-automata v0.4.14
2026-08-03T04:28:42.2260981Z    Compiling schemars_derive v1.2.1
2026-08-03T04:28:42.3341148Z    Compiling darling_core v0.23.0
2026-08-03T04:28:42.4030771Z    Compiling strum v0.28.0
2026-08-03T04:28:42.5063106Z    Compiling iroh-dns v0.98.0
2026-08-03T04:28:42.5336481Z    Compiling serde_bytes v0.11.19
2026-08-03T04:28:42.6098829Z    Compiling hmac v0.12.1
2026-08-03T04:28:42.6657187Z    Compiling seize v0.5.1
2026-08-03T04:28:42.7206423Z    Compiling iroh v0.98.2
2026-08-03T04:28:42.7670655Z    Compiling cmov v0.5.4
2026-08-03T04:28:42.8000980Z    Compiling dyn-clone v1.0.20
2026-08-03T04:28:42.9481146Z    Compiling pin-utils v0.1.0
2026-08-03T04:28:42.9780395Z    Compiling rustix v0.38.44
2026-08-03T04:28:43.0047127Z    Compiling bitflags v1.3.2
2026-08-03T04:28:43.0288373Z    Compiling ctutils v0.4.2
2026-08-03T04:28:43.0587592Z    Compiling nix v0.25.1
2026-08-03T04:28:43.0940717Z    Compiling papaya v0.2.4
2026-08-03T04:28:43.1191809Z    Compiling hkdf v0.12.4
2026-08-03T04:28:43.2710395Z    Compiling filedescriptor v0.8.3
2026-08-03T04:28:43.2795801Z    Compiling backon v1.6.0
2026-08-03T04:28:43.3378228Z    Compiling serial v0.4.0
2026-08-03T04:28:43.4951226Z    Compiling anstyle-parse v1.0.0
2026-08-03T04:28:43.5426317Z    Compiling vte_generate_state_changes v0.1.2
2026-08-03T04:28:43.5877920Z    Compiling linux-raw-sys v0.4.15
2026-08-03T04:28:43.6100273Z    Compiling instability v0.3.12
2026-08-03T04:28:43.6852934Z    Compiling colorchoice v1.0.5
2026-08-03T04:28:43.7580764Z    Compiling is_terminal_polyfill v1.70.2
2026-08-03T04:28:43.7680743Z    Compiling downcast-rs v1.2.1
2026-08-03T04:28:43.7971203Z    Compiling anstyle-query v1.1.5
2026-08-03T04:28:43.7972124Z    Compiling shell-words v1.1.1
2026-08-03T04:28:43.8194965Z    Compiling foldhash v0.1.5
2026-08-03T04:28:43.8360221Z    Compiling unicode-width v0.2.0
2026-08-03T04:28:43.8758734Z    Compiling anstyle v1.0.14
2026-08-03T04:28:43.9799421Z    Compiling toml v0.8.23
2026-08-03T04:28:44.0269967Z    Compiling hashbrown v0.15.5
2026-08-03T04:28:44.0619273Z    Compiling vte v0.13.1
2026-08-03T04:28:44.0897862Z    Compiling schemars v1.2.1
2026-08-03T04:28:44.1418104Z    Compiling anstream v1.0.0
2026-08-03T04:28:44.1626345Z    Compiling signal-hook-mio v0.2.5
2026-08-03T04:28:44.2564351Z    Compiling spake2 v0.4.0
2026-08-03T04:28:44.5353079Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-03T04:28:44.5832889Z    Compiling terminal_size v0.4.4
2026-08-03T04:28:44.7148597Z    Compiling strum_macros v0.26.4
2026-08-03T04:28:44.7699612Z    Compiling sha1 v0.10.6
2026-08-03T04:28:45.0400786Z    Compiling regex v1.12.3
2026-08-03T04:28:45.0505391Z    Compiling itertools v0.13.0
2026-08-03T04:28:45.1423814Z    Compiling castaway v0.2.4
2026-08-03T04:28:45.1684981Z    Compiling static_assertions v1.1.0
2026-08-03T04:28:45.2225707Z    Compiling unicode-width v0.1.14
2026-08-03T04:28:45.2513693Z    Compiling doctest-file v1.1.1
2026-08-03T04:28:45.5068909Z    Compiling indoc v2.0.7
2026-08-03T04:28:45.6910927Z    Compiling clap_lex v1.1.0
2026-08-03T04:28:45.7791962Z    Compiling interprocess v2.4.2
2026-08-03T04:28:45.9195101Z    Compiling clap_builder v4.6.0
2026-08-03T04:28:45.9392688Z    Compiling darling_macro v0.23.0
2026-08-03T04:28:45.9530682Z    Compiling compact_str v0.8.2
2026-08-03T04:28:46.3660701Z    Compiling darling v0.23.0
2026-08-03T04:28:46.6310653Z    Compiling crossterm v0.28.1
2026-08-03T04:28:46.7870888Z    Compiling lru v0.12.5
2026-08-03T04:28:46.7940592Z    Compiling clap_derive v4.6.1
2026-08-03T04:28:46.9320688Z    Compiling hyper v1.10.1
2026-08-03T04:28:46.9781286Z    Compiling unicode-truncate v1.1.0
2026-08-03T04:28:46.9956841Z    Compiling cassowary v0.3.0
2026-08-03T04:28:47.0203923Z    Compiling iana-time-zone v0.1.65
2026-08-03T04:28:47.0248285Z    Compiling nucleo-matcher v0.3.1
2026-08-03T04:28:47.0356192Z    Compiling strum v0.26.3
2026-08-03T04:28:47.1306757Z    Compiling portable-pty v0.8.1
2026-08-03T04:28:47.1486194Z    Compiling chrono v0.4.45
2026-08-03T04:28:47.1910725Z    Compiling qrcode v0.14.1
2026-08-03T04:28:47.3264533Z    Compiling tempfile v3.27.0
2026-08-03T04:28:47.7777283Z    Compiling ratatui v0.29.0
2026-08-03T04:28:47.7927277Z    Compiling spt-test-support v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-03T04:28:48.7683300Z    Compiling hyper-util v0.1.20
2026-08-03T04:28:48.7730806Z    Compiling clap v4.6.1
2026-08-03T04:28:48.8828232Z    Compiling spt-msg v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-03T04:28:49.1831314Z    Compiling spt-runtime v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-03T04:28:49.2260031Z    Compiling spt-term v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-03T04:28:50.6402600Z    Compiling igd-next v0.17.1
2026-08-03T04:28:51.7633211Z    Compiling portmapper v0.16.0
2026-08-03T04:28:52.3196762Z    Compiling spt-live v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-03T04:28:55.5997755Z    Compiling rustls-webpki v0.103.13
2026-08-03T04:28:57.8758239Z    Compiling tokio-rustls v0.26.4
2026-08-03T04:28:57.8758845Z    Compiling noq-proto v0.17.0
2026-08-03T04:28:57.8759441Z    Compiling rustls-platform-verifier v0.7.0
2026-08-03T04:28:58.0116025Z    Compiling hickory-net v0.26.0-beta.4
2026-08-03T04:28:58.0116654Z    Compiling hyper-rustls v0.27.9
2026-08-03T04:28:58.1500909Z    Compiling tokio-websockets v0.13.2
2026-08-03T04:28:58.1501481Z    Compiling reqwest v0.13.4
2026-08-03T04:28:59.0503899Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-03T04:29:12.3240418Z    Compiling spt-net v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-03T04:29:13.9868175Z    Compiling spt-daemon v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-03T04:29:24.1878663Z    Compiling spt v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-03T04:29:29.9801809Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
2026-08-03T04:29:30.0026034Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-c6fe52657dbb5e20)
2026-08-03T04:29:30.0039650Z 
2026-08-03T04:29:30.0039754Z running 1 test
2026-08-03T04:29:36.1924145Z test new_brain_serves_against_old_broker ... ok
2026-08-03T04:29:36.1924557Z 
2026-08-03T04:29:36.1924824Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-08-03T04:29:36.1925167Z 
